Select(UInt32[]) Method

Selects the specified item or items by index. Multiple indexes are supported only for iOS.

Remarks

For an iOS picker wheel, you can pass an index for each wheel.

For an Android drop-down, pass only one index.

C# Syntax

void Select( 
   params uint[] indices
)

Parameters

indices
The 0-based indexes of the items to select.